home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 8 code / Curves in Quickdraw / QD Curves / access menu.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-09  |  572 b   |  17 lines  |  [TEXT/KAHL]

  1. #ifndef fontListDefined
  2.     typedef struct privateFontListRecord *fontList;
  3. #endif
  4.  
  5. fontList BuildFontList(void);
  6.  
  7. short CountFontFamilies(fontList list);
  8. short CountFontStyles(fontList, short familyIndex);
  9. Handle GetFontStyle(fontList, short familyIndex, short styleIndex);
  10. short GetFontFond(fontList, short familyIndex, short styleIndex);
  11. short GetFontFace(fontList, short familyIndex, short styleIndex);
  12. short FindFamilyIndex(fontList list, Str255 familyName);
  13. void SortMenu(MenuHandle menu);
  14.  
  15. short GetFontState(Handle sfnt);
  16. void SetFontState(Handle sfnt, short state);
  17.